From 0cb8750de4c1423bbfcdb0d22689b2fdd5933fe1 Mon Sep 17 00:00:00 2001 From: robertl Date: Thu, 22 May 2003 21:50:56 +0000 Subject: [PATCH] Don't use C99/C++ comments. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@376 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/easygps.c | 2 +- gpsbabel/util.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gpsbabel/easygps.c b/gpsbabel/easygps.c index 214f55968..c9d5ad333 100644 --- a/gpsbabel/easygps.c +++ b/gpsbabel/easygps.c @@ -31,7 +31,7 @@ static char *deficon = "Waypoint"; static arglist_t easygps_args[] = { -// {"deficon", &deficon, "Default icon name"}, +/* {"deficon", &deficon, "Default icon name"}, */ {0, 0, 0} }; diff --git a/gpsbabel/util.c b/gpsbabel/util.c index d38139105..5013cae3b 100644 --- a/gpsbabel/util.c +++ b/gpsbabel/util.c @@ -460,7 +460,7 @@ pdb_write_double(void* ptr, double d) return; } -// Magellan and PCX formats use this DDMM.mm format +/* Magellan and PCX formats use this DDMM.mm format */ double ddmm2degrees(double pcx_val) { double minutes; signed int deg; -- 2.30.2